Q3AttributeSet_Empty
You can use theQ3AttributeSet_Empty
function to empty an attribute set of all its attributes.
TQ3Status Q3AttributeSet_Empty (TQ3AttributeSet target);
target
- An attribute set.
DESCRIPTION
TheQ3AttributeSet_Empty
function removes all the attributes currently in the attribute set specified by thetarget
parameter.